@font-face {
  font-family: Grotesk;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/SpaceGrotesk.woff2) format('woff2');
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
footer,
header,
main,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #d1d5db;
  text-align: left;
  background-color: #100f10;
}
h1,
h2,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
b {
  font-weight: 600;
}
a {
  color: #dfe2e6;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #8288fe; /* Green hover color */
}
img {
  vertical-align: middle;
  border-style: none;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type='button'],
button {
  -webkit-appearance: button;
  appearance: button;
}
[type='button']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
h1,
h2,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  #demo-player .wrapper .tab-content {
    max-width: 75% !important;
  }
  iframe {
    height: 550px !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-12,
.col-lg-3,
.col-lg-6,
.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  iframe {
    height: 220px !important;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 8px);
  padding: 1rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #dfe2e6;
  background-color: #050505;
  background-clip: padding-box;
  border: 1px solid #8288fe;
  border-radius: 0.5rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: #dfe2e6;
  background-color: #050505;
  border-color: #8288fe;
  outline: 0;
  box-shadow: 0;
}
.form-control::placeholder {
  color: #93b8dd;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9e9e9;
  opacity: 1;
}
.form-control-lg {
  height: calc(1.5em + 1.4rem + 2px);
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
.form-group {
  margin-bottom: 1rem;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #d1d5db;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #d1d5db;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(248, 197, 92, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #0f0f0f;
  background-clip: border-box;
  border: 1px solid #161840;
  border-radius: 0.5rem;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  color: #6d8994;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: #6d8994;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #101113;
}
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.rounded {
  border-radius: 0.5rem !important;
}
.d-flex {
  display: flex !important;
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.w-100 {
  width: 100% !important;
}
.my-0 {
  margin-top: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mx-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-muted {
  color: #6d8994 !important;
}
.pl-3 {
  padding-left: 1.5rem !important;
}
.pt-2 {
  padding-top: 1rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
body,
html {
  font-size: 16px;
  font-family: Grotesk, sans-serif;
  height: 100%;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--secondary);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #303030;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
  background: #383838;
}
.major-color {
  color: #fff;
}
body,
html {
  scrollbar-color: #231c2f;
}
::-webkit-scrollbar-track {
  background: #09121c;
  border: 1px solid #141f29;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, #0f1821 0, #0d1115 100%);
  border-radius: 0.3rem;
}
a,
button {
  transition: all 0.3s ease-in-out;
}
main {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  margin-top: 5rem;
}
.body-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
header {
  height: 4rem;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
header .logo img {
  height: 3.8rem;
}
header .wrapper ul {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}
header .wrapper ul li a {
  padding: 0.2rem 1rem;
}
body {
  background-color: #010002;
  width: 100%;
}
.container {
  max-width: 1456px;
}
.hero {
  padding: 6rem 0 0;
}
.hero h1 {
  font-size: 4.3rem;
  line-height: 4.3rem;
}
.sub-text {
  font-size: 1.1rem;
  font-weight: 300;
  color: #6d8994;
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.gardient-primary {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    34deg,
    #6069e1 0%,
    #7547ad 50%,
    #3217ba 100%
  );
}
#demo-player .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#demo-player .wrapper .nav {
  background-color: #4247a6;
  border-radius: 0.5rem;
  width: 23rem;
  display: flex;
  gap: 0.2rem;
  padding: 0.2rem;
  transition: box-shadow 0.3s;
}
#demo-player .wrapper .nav .nav-item {
  flex-grow: 1;
}
#demo-player .wrapper .nav .nav-item .nav-link {
  background-color: transparent;
  color: #fff;
  border: 0;
  border-radius: 0.3rem;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
#demo-player .wrapper .nav .nav-item .nav-link.active {
  background-color: #000000;
  color: #ffffff;
}
#demo-player .wrapper .nav:hover {
  box-shadow: rgba(28, 98, 0, 0.2) 0 7px 29px 0;
}
#demo-player .wrapper .tab-content {
  max-width: 800px;
  width: 100%;
}
#demo-player .wrapper .tab-content input:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
#demo-player #inputs[type='movie'] input:first-child {
  border-radius: 0.5rem !important;
}
#demo-player .wrapper .tab-content input:nth-child(2) {
  border-radius: 0;
}
#embed {
  border-radius: 0.5rem !important;
}
#demo-player .wrapper .tab-content input:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
#demo-player .wrapper .player-main {
  transition: transform 0.3s;
  background-color: #000;
  border-radius: 0.6rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #1b1e50;
}
#features .feature-ico {
  width: 5rem;
  height: 5rem;
}
.ex-box > div {
  border: 1px solid #1e2657;
  background: #0e161d;
  display: flex;
  flex-direction: column;
  position: relative;
  transition:
    border-color 0.3s,
    background-color 0.3s;
}
.ex-box > div:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  transform: translate(-1px, -1px);
  z-index: -1;
  border-radius: 0.6rem;
}
.ex-box > div h5 {
  font-size: 1.2rem;
  color: #fff;
}
.ex-box > div:hover {
  border-color: #1b3956;
  background-color: #112437;
}
.ex-box.more-height > div {
  height: 18rem;
}
.section-padding {
  padding: 6rem 0;
}
.section-title {
  font-size: 3rem;
  width: 100%;
  text-align: center;
}
#api {
  background-size: 5rem 5rem;
}
#api .copy-quote > div {
  position: relative;
  flex-grow: 1;
}
#api .copy-quote > div input {
  background-color: #09121c;
  color: #8288fe;
  border-radius: 0.5rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid #1a1f7c;
  width: 100%;
  font-family:
    ubuntu mono,
    monospace;
}
#api .copy-quote > div button {
  position: absolute;
  right: 0.7rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding: 0;
  color: #6d8994;
  font-size: 0;
  transition: font-size 0.3s;
}
#api .copy-quote > div button:hover {
  color: #8288fe;
}
#api .copy-quote > div:hover button {
  font-size: 1rem;
}
#api .card .card-header {
  background-color: #19202c;
  transition: background-color 0.3s;
}
#api .card .card-header:hover {
  background-color: #112437;
}
#api .card h6 {
  margin-top: 1.5rem;
  color: #a8b9bf;
}
#api .card p {
  margin-bottom: 0;
}
footer {
  color: #8288fe;
  border-top: 1px solid #0a0d38;
  background-color: #101016;
  position: relative;
}
.logo {
  height: 100%;
}
@media (max-width: 1399.98px) {
  .section-padding {
    padding: 8rem 0;
  }
}
@media (max-width: 991.98px) {
  #demo-player {
    background-image: url(/line-bg-sm.svg);
  }
}
@media (max-width: 800px) {
  .hero h1 {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
  .section-title {
    font-size: 2.3rem;
  }
  .ex-box.more-height > div {
    height: 15rem;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
  #demo-player .wrapper .nav {
    width: unset;
  }
  header .wrapper ul li a {
    padding: 0.5rem !important;
  }
  .section-padding {
    padding: 4rem 0;
  }
  .section-title {
    font-size: 1.8rem;
    text-align: center;
  }
  .sub-text {
    text-align: center;
  }
  .ex-box.more-height > div {
    align-items: center;
    text-align: center;
    height: unset;
  }
}
@media (max-width: 370.9px) {
  #demo-player .wrapper .nav .nav-item .nav-link {
    font-size: 0.8rem;
  }
}
iframe {
  border: none;
  width: 100%;
}
#inputs[type='movie'] input:not(:first-child) {
  display: none !important;
}
.hidden {
  display: none;
}
